home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 127
/
PC Guia 127.iso
/
Software
/
Produtividade
/
OpenOffice.org 2.0.1
/
openofficeorg1.cab
/
Controller.xcs
< prev
next >
Wrap
Extensible Markup Language
|
2005-09-10
|
2KB
|
73 lines
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="Controller" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<desc>Contains implementation of popup menu controllers.</desc>
</info>
<templates>
<group oor:name="ControllerType">
<info>
<desc>Describes a controller implementation.</desc>
</info>
<prop oor:name="Command" oor:type="xs:string">
<info>
<desc>Specifies the command name which the controller is bound to.</desc>
</info>
</prop>
<prop oor:name="Module" oor:type="xs:string">
<info>
<desc>Specifies the model that the controller is associated with. An empty string matches every module.</desc>
</info>
</prop>
<prop oor:name="Controller" oor:type="xs:string">
<info>
<desc>Specifies the UNO service to use for the specified tuple Command and Module</desc>
</info>
</prop>
</group>
</templates>
<component>
<group oor:name="Registered">
<info>
<desc>Contains all registered controllers for user interface elements.</desc>
</info>
<set oor:name="PopupMenu" oor:node-type="ControllerType">
<info>
<desc>Contains UNO component implementation names that implement popup menu controller which are bound to a command and module name.</desc>
</info>
</set>
<set oor:name="ToolBar" oor:node-type="ControllerType">
<info>
<desc>Contains UNO component implementation names that implement toolbar controller which are bound to a command and module name.</desc>
</info>
</set>
<set oor:name="StatusBar" oor:node-type="ControllerType">
<info>
<desc>Contains UNO component implementation names that implement status bar controller which are bound to a command and module name.</desc>
</info>
</set>
</group>
</component>
</oor:component-schema>